github.com/jackc/pgx/v5.baseRows.typeMap (field)
6 uses
github.com/jackc/pgx/v5 (current package)
conn.go#L634: r.typeMap = c.typeMap
rows.go#L123: typeMap *pgtype.Map
rows.go#L236: m := rows.typeMap
rows.go#L308: if dt, ok := rows.typeMap.TypeForOID(fd.DataTypeOID); ok {
rows.go#L309: value, err := dt.Codec.DecodeValue(rows.typeMap, fd.DataTypeOID, fd.Format, buf)
rows.go#L393: typeMap: typeMap,
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)